/*Unassigned\Global.css*/
body
{
}
.RadWindow .rwControlButtons
{
    margin: -6px 0 0 !important;
}
/*TOP MENU NEW STYLES*/
.TopNavWrapper
{
    width: 550px;
    height: 29px;
    float: right;
    text-align: right;
    margin-right: 25px; /* added 010510 to fix positional issue in some browsers */
    position: absolute;
    right: 26px;
    z-index: 2;
}
.TopRightWrapper
{
    text-align: right;
    margin-top: -4px;
    margin-right: 0px;
    line-height: 18pt; /*  	010510 changes - not right in some browsers 	width: 390px; 	float: right; 	*/
    position: absolute;
    right: 0px;
    z-index: 20;
}
.UserAudit
{
    font: italic 15px Georgia, 'Times New Roman' , Times, serif;
    color: #888171;
}
.CompanyName
{
    font: bold 16px Georgia, 'Times New Roman' , Times, serif;
    color: #605543;
}
/*LOGIN POPUP*/
.LoginInput
{
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #564D3B;
    width: 140px;
    border: solid 1px #564D3B;
    padding: 2px 0px 2px 3px;
}
span.validation, .hide
{
    display: none;
}
span.errorMessage
{
    color: RED !important;
    display: inline;
}
/*Pop up Styles*/
#overlay img
{
    border: none;
}
#overlay
{
    background-image: url(../../images/overlay.png);
    position: absolute;
    z-index: 100;
}
* html #overlay
{
    background-color: #333;
    background-color: transparent;
    background-image: url(http://eliterestorationgroup.net/Style%20Library/Unassigned/blank.gif);
}
div.popup
{
    visibility: hidden;
    position: absolute;
    background-color: #F5F3EB;
    border: solid 2px #6F6655;
    z-index: 501;
    font-size: 11px;
}
div.loginPopUp
{
    top: 35px;
    width: 250px;
    left: 720px;
}
div.popup table tr td a:link
{
    color: #564D3B;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}
div.popup table tr td a:active
{
    color: #564D3B;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}
div.popup table tr td a:visited
{
    color: #564D3B;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}
div.popup table tr td a:hover
{
    color: #564D3B;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}
/* Mouse Over Pop Up Layer */
div.mouseOverPopUpLayer
{
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    z-index: 501;
    border: solid 1px #95B6C8;
    background-color: #FFF;
    padding: 5px;
}
div.mouseOverPopUpLayer img.directionArrow
{
    position: absolute;
}
/*CAPTCHA IMAGE*/
.CodeWrapper
{
    border: solid 1px #6F6655;
    width: 202px;
    margin-bottom: 15px;
}
.paddingRight
{
    padding-right: 10px;
}
.paddingLeft
{
    padding-left: 10px;
}
/**** TOOLTIP *****/
#dhtmltooltip
{
    position: absolute;
    width: 150px;
    border: 1px solid #c4d6df;
    padding: 5px 10px;
    background-color: #edf8fe;
    visibility: hidden;
    z-index: 100; /*Remove below line to remove shadow. Below line should always appear last within this CSS 	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}
/*Common Stylesheet items*/
#DCDealerImagery
{
    text-align: right;
}
.scheduleLinkWrapper
{
    position: relative;
}
.scheduleLinkContainer
{
    background-color: Black;
    opacity: .3;
    filter: alpha(opacity=30);
    height: 20px;
    width: 30px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 1000;
}
.scheduleLink
{
    color: White;
    font-weight: bold;
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
    text-align: center;
    cursor: pointer;
    z-index: 1001;
}
.scheduleLink label
{
    cursor: pointer;
}
.reApplyClass div, .reApplyClass td
{
    font: inherit;
    color: inherit;
    line-height: inherit;
    text-align: left;
}
a.linkNormal, a.linknormal
{
    background: none !important;
    font: inherit !important;
    padding: 0 !important;
    text-transform: inherit !important;
    text-decoration: underline !important;
    margin:0 !important;
}
.faded
{
    opacity: 0.4;
    filter: alpha(opacity=40);
}
div#SliderEditLink, slides
{
    display: none;
}
/*Unassigned\lightbox.css*/
#lightbox{
/*
    background-color:#eee;
    padding: 10px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
    */
    }
#lightboxDetails{
    font-size: 0.8em;
    padding-top: 0.4em;
    }
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }
#lightbox img{ border: none; clear: both;}
#overlay img{ border: none; }
#overlay, .overlay
{
    background-image: url(../../images/overlay.png);
    position: absolute;
    left: 0;
    top: 0;
}
div.modalPopUp
{
    visibility: hidden;
    position: absolute;
}
div.white
{
    background-color: #FFF;
    position: absolute;
    visibility: hidden;
    width: 100px;
    height: 100px;
}
* html #overlay, * html .overlay{
    background-color: #333;
    /*background-color: transparent;*/
    background-image: url(http://eliterestorationgroup.net/Style%20Library/Unassigned/blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
    }
/*CommerceStyles\LeftNavigation.css*/
.TreeView
{
    background-color: #FFF;
    border-bottom: solid 1px #CCC;
    cursor: pointer;
}
.TreeView td
{
    font-size: 1.1em;
}
div.treeNodeWrap
{
    width: 100%;
    white-space: normal;
}
.Level0NoChild, .Level0NoChildHover, .Level0WithChildSelected
{
    font-weight: bold;
    color: #777;
    width: 183px;
    background-image: url(../../images/icon_arrowRight.gif);
    background-repeat: no-repeat;
    background-position: 5px 2px;
    border-top: solid 1px #CCC;
    padding: 3px 0 2px 20px;
    white-space: normal;
}
.Level0NoChildHover, .Level0WithChildSelected
{
    color: #E77802;
}
.Level1, .Level1Hover, .Level3, .Level3Hover, .Level1Selected, .Level2Selected
{
    color: #777;
    padding: 3px 0 2px 15px;
    width: 172px;
    white-space: normal;
}
.Level1Hover, .Level1Selected
{
    color: #E77802;
}
.Level2, .Level2Hover
{
    color: #777;
    padding: 3px 0 2px 10px;
    width: 162px;
}
.Level2Hover, .Level2Selected
{
    color: #E77802;
}
.Level3, .Level3Hover
{
    color: #777;
    padding: 3px 0 2px 10px;
    width: 152px;
}
.Level3Hover, .Level3Selected
{
    color: #E77802;
}
.Level0WithChildSelected
{
    background-image: url(../../images/icon_arrowDown.gif);
}
/*CommerceStyles\lightbox.css*/
/* Customized for Shaw Web Studio to override other stylesheets properly */
/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}
/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
  width: auto;
  height: auto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
}
/* line 30, ../sass/lightbox.sass */
div.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
div.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
/* line 39, ../sass/lightbox.sass */
div.lb-container {
  padding: 10px;
}
/* line 42, ../sass/lightbox.sass */
div.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
/* line 51, ../sass/lightbox.sass */
div.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
/* line 59, ../sass/lightbox.sass */
div.lb-container > .nav {
  left: 0;
}
/* line 62, ../sass/lightbox.sass */
div.lb-nav a {
  outline: none;
}
/* line 65, ../sass/lightbox.sass */
a.lb-prev, a.lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}
/* line 72, ../sass/lightbox.sass */
a.lb-prev {
  left: 0;
  float: left;
}
/* line 76, ../sass/lightbox.sass */
a.lb-next {
  right: 0;
  float: right;
}
/* line 81, ../sass/lightbox.sass */
a.lb-prev:hover {
  background: url(../../images/lightbox/prev.png) left 48% no-repeat;
}
/* line 85, ../sass/lightbox.sass */
a.lb-next:hover {
  background: url(../../images/lightbox/next.png) right 48% no-repeat;
}
/* line 88, ../sass/lightbox.sass */
div.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
div.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
/* line 95, ../sass/lightbox.sass */
div.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
div.lb-data div.lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
  color: #bbbbbb;
}
/* line 103, ../sass/lightbox.sass */
div.lb-data span.lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
  color: #bbbbbb;
}
/* line 107, ../sass/lightbox.sass */
div.lb-data span.lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
  color: #bbbbbb;
}
/* line 112, ../sass/lightbox.sass */
div.lb-data a.lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}
/* line 117, ../sass/lightbox.sass */
div.lb-data a.lb-close:hover {
  cursor: pointer;
}
/*CommerceStyles\modalbox.css*/
#mbox{background-color:#fff; padding:0px; border: 2px solid #395067;}
#mbm{font-family:sans-serif;font-weight:bold;float:right;padding-bottom:5px;}
.dialog {display:none}
#ol{background-image:url("http://powershop.bridgelinesw.com/Images/overlay.png");}
.ReadOnlyText {background-color:#ffffff; border:none; }
.PopUpTitle {background-color:#50667C; font-size:10px;}